compile-time - определение. Что такое compile-time
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое compile-time - определение

THE TIME DURING WHICH SOURCE CODE IS VALIDATED AND CONVERTED TO MACHINE CODE BY A COMPILER
Compiler-time; Compile-time; Compiler time; Compile-time error; Translate time
Найдено результатов: 5090
compile time         
<programming> The period of time during which a program's source code is being translated into executable code, as opposed to run time when the program is being executed. As well as the work done by the compiler, this may include macro preprocessing as done by cpp for example. The final stage of program construction, performed by the linker, would generally also be classed as compile time but might be distinguished as link time. For example, static data in a C program is allocated at compile time whereas non-static data is allocated at {run time}, probably on the stack. (2004-09-28)
Compile time         
In computer science, compile time (or compile-time) describes the time window during which a computer program is compiled.
Compile-time function execution         
Compile-time execution; Compile time function execution; Compile time function evaluation; Compile-time function evaluation; General constant expressions; Consteval
In computing, compile-time function execution (or compile time function evaluation, or general constant expressions) is the ability of a compiler, that would normally compile a function to machine code and execute it at run time, to execute the function at compile time. This is possible if the arguments to the function are known at compile time, and the function does not make any reference to or attempt to modify any global state (i.
Compile         
  • Compiler design
  • grammar for C]], respectively.
FORMER JAPANESE GAME DEVELOPER
COMPILE; Compile (game developer); Compile (developer); Compile Ltd; Aiky; Compile (software company); Compile (publisher)
·vt To contain or comprise.
II. Compile ·vt To Write; to Compose.
III. Compile ·vt To put together; to Construct; to Build.
IV. Compile ·vt To put together in a new form out of materials already existing; ·esp., to put together or compose out of materials from other books or documents.
compile         
  • Compiler design
  • grammar for C]], respectively.
FORMER JAPANESE GAME DEVELOPER
COMPILE; Compile (game developer); Compile (developer); Compile Ltd; Aiky; Compile (software company); Compile (publisher)
v. a.
1.
Write (by selecting from other works), prepare, compose, draw up, get up.
2.
Select and arrange, collect together, combine.
compile         
  • Compiler design
  • grammar for C]], respectively.
FORMER JAPANESE GAME DEVELOPER
COMPILE; Compile (game developer); Compile (developer); Compile Ltd; Aiky; Compile (software company); Compile (publisher)
v. (D; tr.) to compile from (to compile a dictionary from various sources)
compile         
  • Compiler design
  • grammar for C]], respectively.
FORMER JAPANESE GAME DEVELOPER
COMPILE; Compile (game developer); Compile (developer); Compile Ltd; Aiky; Compile (software company); Compile (publisher)
(compiles, compiling, compiled)
When you compile something such as a report, book, or programme, you produce it by collecting and putting together many pieces of information.
The book took 10 years to compile...
A report compiled by the Fed's Philadelphia branch described the economy as weak.
VERB: V n, V-ed
compile         
  • Compiler design
  • grammar for C]], respectively.
FORMER JAPANESE GAME DEVELOPER
COMPILE; Compile (game developer); Compile (developer); Compile Ltd; Aiky; Compile (software company); Compile (publisher)
¦ verb
1. produce (a collection) by assembling material from other sources.
2. Computing convert (a program) into a lower-level form in which the program can be executed.
Derivatives
compiler noun
Origin
ME: from OFr. compiler or its apparent source, L. compilare 'plunder or plagiarize'.
Times         
WIKIMEDIA DISAMBIGUATION PAGE
The time; The Time; Time (album); Time (song); Time (television); T.I.M.E.; Time TV; Time (album disambiguation); Times; The Time (album); Time (command); Time (film); Time (tv series); Time (TV series)
·pl of Time.
times         
WIKIMEDIA DISAMBIGUATION PAGE
The time; The Time; Time (album); Time (song); Time (television); T.I.M.E.; Time TV; Time (album disambiguation); Times; The Time (album); Time (command); Time (film); Time (tv series); Time (TV series)
n. pl.
1.
Seasons, spells.
2.
Periods, epochs, ages.
3.
State of things (at a particular period), general condition of affairs.

Википедия

Compile time

In computer science, compile time (or compile-time) describes the time window during which a language's statements are converted into 0s and 1s for the computer to understand. The term is used as an adjective to describe concepts related to the context of program compilation, as opposed to concepts related to the context of program execution (runtime). For example, compile-time requirements are programming language requirements that must be met by source code before compilation and compile-time properties are properties of the program that can be reasoned about during compilation. The actual length of time it takes to compile a program is usually referred to as compilation time.